home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- callint.c
- */
-
- extern int Vprefix_arg;
-
- extern int Vcurrent_prefix_arg;
-
- extern int Qminus;
-
- extern int Qcall_interactively;
-
- extern int Vcommand_history;
-
- extern int Vcommand_debug_status;
-
- extern int Qcommand_debug_status;
-
- extern int Qenable_recursive_minibuffers;
-
- extern int Vmark_even_if_inactive;
-
- extern int Qlist;
-
- extern int preserved_fns;
-
- extern struct Lisp_Subr Sinteractive;
-
- int Finteractive(int );
-
- int quotify_arg(register int exp);
-
- int quotify_args(int exp);
-
- extern char * callint_argfuns[5];
-
- void check_mark(void);
-
- extern struct Lisp_Subr Scall_interactively;
-
- int Fcall_interactively(int , int );
-
- extern struct Lisp_Subr Sprefix_numeric_value;
-
- int Fprefix_numeric_value(int );
-
- int syms_of_callint(void);
-
-